Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make enums sendable for iOS #75

Merged
merged 3 commits into from
Jul 9, 2024
Merged

Make enums sendable for iOS #75

merged 3 commits into from
Jul 9, 2024

Conversation

Muhieddine-El-Kaissi
Copy link
Contributor

@Muhieddine-El-Kaissi Muhieddine-El-Kaissi commented Jul 8, 2024

Make enums sendable for iOS so we migrate to complete concurrency

@@ -6,8 +6,7 @@
{{description}}
{{/if}}
public enum
{{removeSpaces this.name}}
{
{{removeSpaces this.name}}: Sendable {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could run into problems if one of the let constants is not a Sendable type. i think so far, none are, but not sure that's guaranteed with the current set.

@danoc danoc merged commit 1917102 into master Jul 9, 2024
7 checks passed
@danoc danoc deleted the m/sendable branch July 9, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants